This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
CreateCMBitmapFromPicture(p as picture) as CMBitmap | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a CMBitmap from a given Realbasic picture. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes:
The Realbasic picture must be one of the pictures created using newpicture with a depth of 32 bits. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateLabProfile as CMProfile | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a default Lab Profile. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateLabProfile(x as double,y as double,z as double) as CMProfile | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a Lab Profile for a given Point of xyY. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreatesRGBProfile as CMProfile | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a default sRGB profile. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateTransform(in as CMProfile,out as CMProfile) as CMTransform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a Transform Object based on two profiles with perceptual intent. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateTransform(in as CMProfile,out as CMProfile, Mode as integer) as CMTransform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a Transform Object based on two profiles with given intent mode. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes:
Modes:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateXYZProfile as CMProfile | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a default XYZ profile. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NewCMBitmap(width as integer,height as integer,colorspace as integer) as CMBitmap | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Creates a blank CMBitmap. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes:
The list of Colorspace signatures:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenProfileFromFile(file as folderitem) as CMProfile | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
global method, ICM | Mo, 15. Jul 2002 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: Works. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function:
Opens a profile file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes:
This function uses pathes and may fail because of duplicate disk names! On a Mac you should be able to use the Colorsync stuff to find the profiles on disk. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.